Graphic- and VDI-Rectangle

#include gemfast.h>

typedef struct graphic_rectangle int g_x; int g_y; int g_w; int g_h; GRECT


typedef struct vdi_rectangle int v_x1; int v_y1; int v_x2; int v_y2; VRECT


typedef struct orect struct orect &sstarf#star;o_link; int o_x; int o_y; int o_w; int o_h; ORECT